Skip to content

fix: disable view interaction and add zoom buttons to layout toolbar#81

Merged
jourdain merged 1 commit intoKitware:masterfrom
patrickoleary:fix/view-interaction
May 1, 2026
Merged

fix: disable view interaction and add zoom buttons to layout toolbar#81
jourdain merged 1 commit intoKitware:masterfrom
patrickoleary:fix/view-interaction

Conversation

@patrickoleary
Copy link
Copy Markdown
Member

Disable view interaction, add zoom buttons to layout toolbar

Replace direct mouse-based view interaction with explicit zoom controls on the viewport layout toolbar.

  • Remove lock icon and space-key shortcut for toggling view lock
  • Disable pointer events and interaction on all view panels
  • Add zoom-in/zoom-out buttons (magnify icons) to viewport layout toolbar
  • Save/restore zoom level (camera ParallelScale) in state file
  • Add get_zoom/set_zoom/zoom_in/zoom_out to both ViewManagers
  • Add tooltips to all animation toolbar buttons"

Viewport Layout Toolbar

zoom

closes #80

…oolbar

- Remove lock icon and space-key shortcut for toggling view lock
- Disable pointer events and interaction on all view panels
- Add zoom-in/zoom-out buttons (magnify icons) to viewport layout toolbar
- Save/restore zoom level (camera ParallelScale) in state file
- Add get_zoom/set_zoom/zoom_in/zoom_out to both ViewManagers
- Add tooltips to all animation toolbar buttons"
@jourdain jourdain merged commit df006c5 into Kitware:master May 1, 2026
1 check passed
@jourdain
Copy link
Copy Markdown
Collaborator

jourdain commented May 1, 2026

Ideally we should capture the full camera setting in the state so we can reposition to the appropriate pan location too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable view interaction and add zoom-in/out

3 participants